home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / Examples / Helpfile / _SetDate.au3 < prev    next >
Text File  |  2006-06-17  |  191b  |  6 lines

  1. #include <Date.au3>
  2.  
  3. _SetDate(20)            ; Set the current date to 20-xx-xxxx
  4. _SetDate(20,10)            ; Set the current date to 20-10-xxxx
  5. _SetDate(20,10,2004)    ; Set the current date to 20-10-2004
  6.